home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / StormAmigalib / stormamiga_lib / Include / math_stormamiga.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-12-03  |  456 b   |  29 lines

  1. #ifndef  MATH_STORMAMIGA_H
  2. #define  MATH_STORMAMIGA_H
  3.  
  4. /*
  5. **      $VER: math_stormamiga.h 1.1 (18.09.98)
  6. **             Includes Release 44.10
  7. **
  8. **     Copyright © 1996/98 by CyberdyneSystems
  9. **
  10. **            written by Matthias Henze
  11. **               All Rights Reserved
  12. */
  13.  
  14. #ifdef __cplusplus
  15.   extern "C" {
  16. #endif
  17.  
  18.  
  19. /*----- ANSI-functions -----*/
  20.  
  21. int isinf (double);
  22. int isnan (double);
  23.  
  24. #ifdef __cplusplus
  25.   }
  26. #endif
  27.  
  28. #endif  /* MATH_STORMAMIGA_H */
  29.